3.366 \(\int (d \tan (a+b x))^n \, dx\)

Optimal. Leaf size=50 \[ \frac{(d \tan (a+b x))^{n+1} \, _2F_1\left (1,\frac{n+1}{2};\frac{n+3}{2};-\tan ^2(a+b x)\right )}{b d (n+1)} \]

[Out]

(Hypergeometric2F1[1, (1 + n)/2, (3 + n)/2, -Tan[a + b*x]^2]*(d*Tan[a + b*x])^(1 + n))/(b*d*(1 + n))

________________________________________________________________________________________

Rubi [A]  time = 0.0288274, antiderivative size = 50, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.2, Rules used = {3476, 364} \[ \frac{(d \tan (a+b x))^{n+1} \, _2F_1\left (1,\frac{n+1}{2};\frac{n+3}{2};-\tan ^2(a+b x)\right )}{b d (n+1)} \]

Antiderivative was successfully verified.

[In]

Int[(d*Tan[a + b*x])^n,x]

[Out]

(Hypergeometric2F1[1, (1 + n)/2, (3 + n)/2, -Tan[a + b*x]^2]*(d*Tan[a + b*x])^(1 + n))/(b*d*(1 + n))

Rule 3476

Int[((b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Dist[b/d, Subst[Int[x^n/(b^2 + x^2), x], x, b*Tan[c + d
*x]], x] /; FreeQ[{b, c, d, n}, x] &&  !IntegerQ[n]

Rule 364

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a^p*(c*x)^(m + 1)*Hypergeometric2F1[-
p, (m + 1)/n, (m + 1)/n + 1, -((b*x^n)/a)])/(c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rubi steps

\begin{align*} \int (d \tan (a+b x))^n \, dx &=\frac{d \operatorname{Subst}\left (\int \frac{x^n}{d^2+x^2} \, dx,x,d \tan (a+b x)\right )}{b}\\ &=\frac{\, _2F_1\left (1,\frac{1+n}{2};\frac{3+n}{2};-\tan ^2(a+b x)\right ) (d \tan (a+b x))^{1+n}}{b d (1+n)}\\ \end{align*}

Mathematica [A]  time = 0.0475396, size = 53, normalized size = 1.06 \[ \frac{\tan (a+b x) (d \tan (a+b x))^n \, _2F_1\left (1,\frac{n+1}{2};\frac{n+1}{2}+1;-\tan ^2(a+b x)\right )}{b (n+1)} \]

Antiderivative was successfully verified.

[In]

Integrate[(d*Tan[a + b*x])^n,x]

[Out]

(Hypergeometric2F1[1, (1 + n)/2, 1 + (1 + n)/2, -Tan[a + b*x]^2]*Tan[a + b*x]*(d*Tan[a + b*x])^n)/(b*(1 + n))

________________________________________________________________________________________

Maple [F]  time = 0.347, size = 0, normalized size = 0. \begin{align*} \int \left ( d\tan \left ( bx+a \right ) \right ) ^{n}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*tan(b*x+a))^n,x)

[Out]

int((d*tan(b*x+a))^n,x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \left (d \tan \left (b x + a\right )\right )^{n}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*tan(b*x+a))^n,x, algorithm="maxima")

[Out]

integrate((d*tan(b*x + a))^n, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\left (d \tan \left (b x + a\right )\right )^{n}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*tan(b*x+a))^n,x, algorithm="fricas")

[Out]

integral((d*tan(b*x + a))^n, x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \left (d \tan{\left (a + b x \right )}\right )^{n}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*tan(b*x+a))**n,x)

[Out]

Integral((d*tan(a + b*x))**n, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \left (d \tan \left (b x + a\right )\right )^{n}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*tan(b*x+a))^n,x, algorithm="giac")

[Out]

integrate((d*tan(b*x + a))^n, x)